home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_32520.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  36 lines

  1. -- card: 32520 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: TxMIDI 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. TxMIDI 
  11.  
  12. -- part contents for background part 3
  13. ----- text -----
  14. TxMIDI XCMD tranmits the specified hex bytes.  
  15.  
  16. Here are a few XCMDs to implement simple MIDI communication via a standard MIDI interface on the modem port.  Please let me hear your thoughts.  If there is interest in a full featured HyperMIDI interface with MIDI event filtering, time stamping, sequence record and playback and save to file, etc., let me know.
  17. Nigel J. Redmon     
  18. CIS: 72736,753    
  19. PAN: NIGELR
  20.  
  21. See also InitMidi*, ResetMidi*, and RxMidi*
  22.  
  23.  
  24.  
  25. -- part contents for background part 10
  26. ----- text -----
  27. Syntax:
  28.  
  29. TxMIDI <parm1>[,<parm2>][,<parm3>]
  30.  
  31. Params can be single hex bytes, or a string of hex bytes, with or without comma or space separators.  Ex.: TxMIDI "904E40"     TxMIDI 90,"4e",40    TxMIDI "90 4e",40     TxMIDI "90,4e,40"     etc. (note that bytes containing hex chars a-f (A-F) must be in quotes, optional for 0-9).
  32.  
  33.  
  34. -- part contents for background part 13
  35. ----- text -----
  36. 29